diff options
author | Tanmay Inamdar <tinamdar@apm.com> | 2011-11-28 16:01:41 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@gmail.com> | 2011-11-30 10:02:15 -0500 |
commit | d5b9ee7b514ee2f3df649fe38d01494ad7a8b956 (patch) | |
tree | 04fa113297e8ab58e119a4141ec28de489d8e26c /arch/powerpc/configs/40x | |
parent | fa8cbaaf5a68f62db3f9a8444ecbb940b47984cb (diff) |
powerpc/40x: Add APM8018X SOC support
The AppliedMicro APM8018X embedded processor targets embedded applications that
require low power and a small footprint. It features a PowerPC 405 processor
core built in a 65nm low-power CMOS process with a five-stage pipeline executing
up to one instruction per cycle. The family has 128-kbytes of on-chip memory,
a 128-bit local bus and on-chip DDR2 SDRAM controller with 16-bit interface.
Signed-off-by: Tanmay Inamdar <tinamdar@apm.com>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>
Diffstat (limited to 'arch/powerpc/configs/40x')
-rw-r--r-- | arch/powerpc/configs/40x/klondike_defconfig | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/arch/powerpc/configs/40x/klondike_defconfig b/arch/powerpc/configs/40x/klondike_defconfig new file mode 100644 index 000000000000..c0d228dc73dc --- /dev/null +++ b/arch/powerpc/configs/40x/klondike_defconfig | |||
@@ -0,0 +1,55 @@ | |||
1 | CONFIG_40x=y | ||
2 | CONFIG_EXPERIMENTAL=y | ||
3 | CONFIG_SYSVIPC=y | ||
4 | CONFIG_LOG_BUF_SHIFT=14 | ||
5 | CONFIG_SYSFS_DEPRECATED=y | ||
6 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
7 | CONFIG_BLK_DEV_INITRD=y | ||
8 | CONFIG_SYSCTL_SYSCALL=y | ||
9 | CONFIG_EMBEDDED=y | ||
10 | CONFIG_SLAB=y | ||
11 | CONFIG_MODULES=y | ||
12 | CONFIG_MODULE_UNLOAD=y | ||
13 | # CONFIG_WALNUT is not set | ||
14 | CONFIG_APM8018X=y | ||
15 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
16 | CONFIG_MATH_EMULATION=y | ||
17 | # CONFIG_MIGRATION is not set | ||
18 | # CONFIG_SUSPEND is not set | ||
19 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
20 | CONFIG_PROC_DEVICETREE=y | ||
21 | CONFIG_BLK_DEV_RAM=y | ||
22 | CONFIG_BLK_DEV_RAM_SIZE=35000 | ||
23 | CONFIG_SCSI=y | ||
24 | CONFIG_BLK_DEV_SD=y | ||
25 | CONFIG_CHR_DEV_SG=y | ||
26 | CONFIG_SCSI_SAS_ATTRS=y | ||
27 | # CONFIG_INPUT is not set | ||
28 | # CONFIG_SERIO is not set | ||
29 | # CONFIG_VT is not set | ||
30 | # CONFIG_UNIX98_PTYS is not set | ||
31 | # CONFIG_LEGACY_PTYS is not set | ||
32 | # CONFIG_DEVKMEM is not set | ||
33 | # CONFIG_HW_RANDOM is not set | ||
34 | # CONFIG_HWMON is not set | ||
35 | # CONFIG_USB_SUPPORT is not set | ||
36 | # CONFIG_IOMMU_SUPPORT is not set | ||
37 | CONFIG_EXT2_FS=y | ||
38 | CONFIG_EXT3_FS=y | ||
39 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
40 | CONFIG_EXT4_FS=y | ||
41 | CONFIG_MSDOS_FS=y | ||
42 | CONFIG_VFAT_FS=y | ||
43 | CONFIG_PROC_KCORE=y | ||
44 | CONFIG_TMPFS=y | ||
45 | CONFIG_CRAMFS=y | ||
46 | CONFIG_NLS_CODEPAGE_437=y | ||
47 | CONFIG_NLS_ASCII=y | ||
48 | CONFIG_NLS_ISO8859_1=y | ||
49 | CONFIG_NLS_UTF8=y | ||
50 | CONFIG_AVERAGE=y | ||
51 | CONFIG_MAGIC_SYSRQ=y | ||
52 | # CONFIG_SCHED_DEBUG is not set | ||
53 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
54 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
55 | # CONFIG_FTRACE is not set | ||