aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/configs/m5475evb_defconfig
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-05-13 22:11:23 -0400
committerGreg Ungerer <gerg@uclinux.org>2012-05-20 07:23:05 -0400
commit7094ac08cb9568a3efa1e3da177350e168c5fd96 (patch)
treec991fe5db7abc61acb2d614ce460f845390a7d5f /arch/m68k/configs/m5475evb_defconfig
parentb2fb49bf2af013fa84d751ec02b0610571d67896 (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_defconfig62
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 @@
1CONFIG_EXPERIMENTAL=y
2# CONFIG_SWAP is not set
3CONFIG_LOG_BUF_SHIFT=14
4CONFIG_SYSFS_DEPRECATED=y
5CONFIG_SYSFS_DEPRECATED_V2=y
6CONFIG_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
16CONFIG_EMBEDDED=y
17CONFIG_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
22CONFIG_COLDFIRE=y
23CONFIG_M547x=y
24CONFIG_CLOCK_SET=y
25CONFIG_CLOCK_FREQ=266000000
26# CONFIG_4KSTACKS is not set
27CONFIG_RAMBASE=0x0
28CONFIG_RAMSIZE=0x2000000
29CONFIG_VECTORBASE=0x0
30CONFIG_MBAR=0xff000000
31CONFIG_KERNELBASE=0x20000
32# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
33# CONFIG_FW_LOADER is not set
34CONFIG_MTD=y
35CONFIG_MTD_CHAR=y
36CONFIG_MTD_BLOCK=y
37CONFIG_MTD_CFI=y
38CONFIG_MTD_JEDECPROBE=y
39CONFIG_MTD_CFI_AMDSTD=y
40CONFIG_MTD_RAM=y
41CONFIG_MTD_PHYSMAP=y
42CONFIG_MTD_UCLINUX=y
43CONFIG_BLK_DEV_RAM=y
44# CONFIG_INPUT is not set
45# CONFIG_VT is not set
46# CONFIG_UNIX98_PTYS is not set
47CONFIG_SERIAL_MCF=y
48CONFIG_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
53CONFIG_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
58CONFIG_ROMFS_FS=y
59CONFIG_ROMFS_BACKED_BY_MTD=y
60# CONFIG_SCHED_DEBUG is not set
61CONFIG_BOOTPARAM=y
62CONFIG_BOOTPARAM_STRING="root=/dev/mtdblock0"