diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-05-13 22:11:23 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-05-20 07:23:05 -0400 |
commit | 7094ac08cb9568a3efa1e3da177350e168c5fd96 (patch) | |
tree | c991fe5db7abc61acb2d614ce460f845390a7d5f /arch/m68k/configs/m5475evb_defconfig | |
parent | b2fb49bf2af013fa84d751ec02b0610571d67896 (diff) |
m68k: add a defconfig for the M5475EVB ColdFire with MMU board
Add a default configuration for the newly supported ColdFire CPUs running
with MMU enabled. This is based on Freescales own M5475EVB demo board.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/configs/m5475evb_defconfig')
-rw-r--r-- | arch/m68k/configs/m5475evb_defconfig | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/arch/m68k/configs/m5475evb_defconfig b/arch/m68k/configs/m5475evb_defconfig new file mode 100644 index 000000000000..c5018a68819b --- /dev/null +++ b/arch/m68k/configs/m5475evb_defconfig | |||
@@ -0,0 +1,62 @@ | |||
1 | CONFIG_EXPERIMENTAL=y | ||
2 | # CONFIG_SWAP is not set | ||
3 | CONFIG_LOG_BUF_SHIFT=14 | ||
4 | CONFIG_SYSFS_DEPRECATED=y | ||
5 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
6 | CONFIG_SYSCTL_SYSCALL=y | ||
7 | # CONFIG_KALLSYMS is not set | ||
8 | # CONFIG_HOTPLUG is not set | ||
9 | # CONFIG_FUTEX is not set | ||
10 | # CONFIG_EPOLL is not set | ||
11 | # CONFIG_SIGNALFD is not set | ||
12 | # CONFIG_TIMERFD is not set | ||
13 | # CONFIG_EVENTFD is not set | ||
14 | # CONFIG_SHMEM is not set | ||
15 | # CONFIG_AIO is not set | ||
16 | CONFIG_EMBEDDED=y | ||
17 | CONFIG_MODULES=y | ||
18 | # CONFIG_LBDAF is not set | ||
19 | # CONFIG_BLK_DEV_BSG is not set | ||
20 | # CONFIG_IOSCHED_DEADLINE is not set | ||
21 | # CONFIG_IOSCHED_CFQ is not set | ||
22 | CONFIG_COLDFIRE=y | ||
23 | CONFIG_M547x=y | ||
24 | CONFIG_CLOCK_SET=y | ||
25 | CONFIG_CLOCK_FREQ=266000000 | ||
26 | # CONFIG_4KSTACKS is not set | ||
27 | CONFIG_RAMBASE=0x0 | ||
28 | CONFIG_RAMSIZE=0x2000000 | ||
29 | CONFIG_VECTORBASE=0x0 | ||
30 | CONFIG_MBAR=0xff000000 | ||
31 | CONFIG_KERNELBASE=0x20000 | ||
32 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
33 | # CONFIG_FW_LOADER is not set | ||
34 | CONFIG_MTD=y | ||
35 | CONFIG_MTD_CHAR=y | ||
36 | CONFIG_MTD_BLOCK=y | ||
37 | CONFIG_MTD_CFI=y | ||
38 | CONFIG_MTD_JEDECPROBE=y | ||
39 | CONFIG_MTD_CFI_AMDSTD=y | ||
40 | CONFIG_MTD_RAM=y | ||
41 | CONFIG_MTD_PHYSMAP=y | ||
42 | CONFIG_MTD_UCLINUX=y | ||
43 | CONFIG_BLK_DEV_RAM=y | ||
44 | # CONFIG_INPUT is not set | ||
45 | # CONFIG_VT is not set | ||
46 | # CONFIG_UNIX98_PTYS is not set | ||
47 | CONFIG_SERIAL_MCF=y | ||
48 | CONFIG_SERIAL_MCF_CONSOLE=y | ||
49 | # CONFIG_HW_RANDOM is not set | ||
50 | # CONFIG_HWMON is not set | ||
51 | # CONFIG_USB_SUPPORT is not set | ||
52 | # CONFIG_IOMMU_SUPPORT is not set | ||
53 | CONFIG_EXT2_FS=y | ||
54 | # CONFIG_FILE_LOCKING is not set | ||
55 | # CONFIG_DNOTIFY is not set | ||
56 | # CONFIG_INOTIFY_USER is not set | ||
57 | # CONFIG_PROC_PAGE_MONITOR is not set | ||
58 | CONFIG_ROMFS_FS=y | ||
59 | CONFIG_ROMFS_BACKED_BY_MTD=y | ||
60 | # CONFIG_SCHED_DEBUG is not set | ||
61 | CONFIG_BOOTPARAM=y | ||
62 | CONFIG_BOOTPARAM_STRING="root=/dev/mtdblock0" | ||