diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-04-22 17:26:08 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-05-09 05:15:09 -0400 |
commit | 22251a9b72c46758254caf3250e6d80ea2b088c8 (patch) | |
tree | 6ddda34305080e3195cc5fe11d1d39d65dc69cb6 /arch/arm/configs | |
parent | 48bfdb216ed7a2a75aa2909869f3266b3736f88a (diff) | |
parent | 89982a181b0783335d79e6e5264a23009aa7c6e9 (diff) |
Merge branch 'lpc32xx/dt' of git://git.antcom.de/linux-2.6 into next/dt
Roland Stigge <stigge@antcom.de> writes:
this is a rearrangement of all mach-lpc32xx specific patches for device
tree conversion. Please note that:
* It builds upon the i2c-pnx changes (see previous pull request, branch
lpc32xx/i2c)
* Dave Miller gave permission to merge the lpc_eth.c change via arm-soc
(patch 1/8)
The rest of the patches is mach-lpc32xx only.
* 'lpc32xx/dt' of git://git.antcom.de/linux-2.6:
ARM: LPC32xx: Defconfig update
ARM: LPC32xx: Move common code to common.c
ARM: LPC32xx: Device tree support
ARM: LPC32xx: DTS files for device tree conversion
ARM: LPC32xx: Remove obsolete platform Kconfig
ARM: LPC32xx: clock.c registration adjustment
ARM: LPC32xx: clock.c cleanup
net: Add device tree support to LPC32xx
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[olof: rebuilt branch due to drop of an early merge]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/lpc32xx_defconfig | 44 |
1 files changed, 38 insertions, 6 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig index fb2088171ca9..4fa60547494a 100644 --- a/arch/arm/configs/lpc32xx_defconfig +++ b/arch/arm/configs/lpc32xx_defconfig | |||
@@ -2,7 +2,7 @@ CONFIG_EXPERIMENTAL=y | |||
2 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
3 | CONFIG_IKCONFIG=y | 3 | CONFIG_IKCONFIG=y |
4 | CONFIG_IKCONFIG_PROC=y | 4 | CONFIG_IKCONFIG_PROC=y |
5 | CONFIG_LOG_BUF_SHIFT=14 | 5 | CONFIG_LOG_BUF_SHIFT=16 |
6 | CONFIG_SYSFS_DEPRECATED=y | 6 | CONFIG_SYSFS_DEPRECATED=y |
7 | CONFIG_SYSFS_DEPRECATED_V2=y | 7 | CONFIG_SYSFS_DEPRECATED_V2=y |
8 | CONFIG_BLK_DEV_INITRD=y | 8 | CONFIG_BLK_DEV_INITRD=y |
@@ -10,6 +10,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y | |||
10 | CONFIG_SYSCTL_SYSCALL=y | 10 | CONFIG_SYSCTL_SYSCALL=y |
11 | CONFIG_EMBEDDED=y | 11 | CONFIG_EMBEDDED=y |
12 | CONFIG_SLAB=y | 12 | CONFIG_SLAB=y |
13 | CONFIG_JUMP_LABEL=y | ||
13 | CONFIG_MODULES=y | 14 | CONFIG_MODULES=y |
14 | CONFIG_MODULE_UNLOAD=y | 15 | CONFIG_MODULE_UNLOAD=y |
15 | # CONFIG_BLK_DEV_BSG is not set | 16 | # CONFIG_BLK_DEV_BSG is not set |
@@ -21,6 +22,8 @@ CONFIG_PREEMPT=y | |||
21 | CONFIG_AEABI=y | 22 | CONFIG_AEABI=y |
22 | CONFIG_ZBOOT_ROM_TEXT=0x0 | 23 | CONFIG_ZBOOT_ROM_TEXT=0x0 |
23 | CONFIG_ZBOOT_ROM_BSS=0x0 | 24 | CONFIG_ZBOOT_ROM_BSS=0x0 |
25 | CONFIG_ARM_APPENDED_DTB=y | ||
26 | CONFIG_ARM_ATAG_DTB_COMPAT=y | ||
24 | CONFIG_CMDLINE="console=ttyS0,115200n81 root=/dev/ram0" | 27 | CONFIG_CMDLINE="console=ttyS0,115200n81 root=/dev/ram0" |
25 | CONFIG_CPU_IDLE=y | 28 | CONFIG_CPU_IDLE=y |
26 | CONFIG_FPE_NWFPE=y | 29 | CONFIG_FPE_NWFPE=y |
@@ -40,7 +43,8 @@ CONFIG_IP_PNP_BOOTP=y | |||
40 | # CONFIG_INET_XFRM_MODE_BEET is not set | 43 | # CONFIG_INET_XFRM_MODE_BEET is not set |
41 | # CONFIG_INET_LRO is not set | 44 | # CONFIG_INET_LRO is not set |
42 | # CONFIG_INET_DIAG is not set | 45 | # CONFIG_INET_DIAG is not set |
43 | # CONFIG_IPV6 is not set | 46 | CONFIG_IPV6=y |
47 | CONFIG_IPV6_PRIVACY=y | ||
44 | # CONFIG_WIRELESS is not set | 48 | # CONFIG_WIRELESS is not set |
45 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 49 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
46 | # CONFIG_FW_LOADER is not set | 50 | # CONFIG_FW_LOADER is not set |
@@ -55,13 +59,24 @@ CONFIG_BLK_DEV_CRYPTOLOOP=y | |||
55 | CONFIG_BLK_DEV_RAM=y | 59 | CONFIG_BLK_DEV_RAM=y |
56 | CONFIG_BLK_DEV_RAM_COUNT=1 | 60 | CONFIG_BLK_DEV_RAM_COUNT=1 |
57 | CONFIG_BLK_DEV_RAM_SIZE=16384 | 61 | CONFIG_BLK_DEV_RAM_SIZE=16384 |
58 | CONFIG_MISC_DEVICES=y | ||
59 | CONFIG_EEPROM_AT25=y | 62 | CONFIG_EEPROM_AT25=y |
60 | CONFIG_SCSI=y | 63 | CONFIG_SCSI=y |
61 | CONFIG_BLK_DEV_SD=y | 64 | CONFIG_BLK_DEV_SD=y |
62 | CONFIG_NETDEVICES=y | 65 | CONFIG_NETDEVICES=y |
63 | CONFIG_MII=y | 66 | CONFIG_MII=y |
64 | CONFIG_PHYLIB=y | 67 | # CONFIG_NET_VENDOR_BROADCOM is not set |
68 | # CONFIG_NET_VENDOR_CHELSIO is not set | ||
69 | # CONFIG_NET_VENDOR_CIRRUS is not set | ||
70 | # CONFIG_NET_VENDOR_FARADAY is not set | ||
71 | # CONFIG_NET_VENDOR_INTEL is not set | ||
72 | # CONFIG_NET_VENDOR_MARVELL is not set | ||
73 | # CONFIG_NET_VENDOR_MICREL is not set | ||
74 | # CONFIG_NET_VENDOR_MICROCHIP is not set | ||
75 | # CONFIG_NET_VENDOR_NATSEMI is not set | ||
76 | CONFIG_LPC_ENET=y | ||
77 | # CONFIG_NET_VENDOR_SEEQ is not set | ||
78 | # CONFIG_NET_VENDOR_SMSC is not set | ||
79 | # CONFIG_NET_VENDOR_STMICRO is not set | ||
65 | CONFIG_SMSC_PHY=y | 80 | CONFIG_SMSC_PHY=y |
66 | # CONFIG_WLAN is not set | 81 | # CONFIG_WLAN is not set |
67 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | 82 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set |
@@ -97,16 +112,22 @@ CONFIG_SND_SEQUENCER=y | |||
97 | CONFIG_SND_MIXER_OSS=y | 112 | CONFIG_SND_MIXER_OSS=y |
98 | CONFIG_SND_PCM_OSS=y | 113 | CONFIG_SND_PCM_OSS=y |
99 | CONFIG_SND_SEQUENCER_OSS=y | 114 | CONFIG_SND_SEQUENCER_OSS=y |
100 | CONFIG_SND_DYNAMIC_MINORS=y | 115 | # CONFIG_SND_SUPPORT_OLD_API is not set |
101 | # CONFIG_SND_VERBOSE_PROCFS is not set | 116 | # CONFIG_SND_VERBOSE_PROCFS is not set |
117 | CONFIG_SND_DEBUG=y | ||
118 | CONFIG_SND_DEBUG_VERBOSE=y | ||
102 | # CONFIG_SND_DRIVERS is not set | 119 | # CONFIG_SND_DRIVERS is not set |
103 | # CONFIG_SND_ARM is not set | 120 | # CONFIG_SND_ARM is not set |
104 | # CONFIG_SND_SPI is not set | 121 | # CONFIG_SND_SPI is not set |
105 | CONFIG_SND_SOC=y | 122 | CONFIG_SND_SOC=y |
106 | # CONFIG_HID_SUPPORT is not set | 123 | # CONFIG_HID_SUPPORT is not set |
107 | CONFIG_USB=y | 124 | CONFIG_USB=y |
125 | CONFIG_USB_OHCI_HCD=y | ||
108 | CONFIG_USB_STORAGE=y | 126 | CONFIG_USB_STORAGE=y |
109 | CONFIG_USB_LIBUSUAL=y | 127 | CONFIG_USB_GADGET=y |
128 | CONFIG_USB_LPC32XX=y | ||
129 | CONFIG_USB_MASS_STORAGE=m | ||
130 | CONFIG_USB_G_SERIAL=m | ||
110 | CONFIG_MMC=y | 131 | CONFIG_MMC=y |
111 | # CONFIG_MMC_BLOCK_BOUNCE is not set | 132 | # CONFIG_MMC_BLOCK_BOUNCE is not set |
112 | CONFIG_MMC_ARMMMCI=y | 133 | CONFIG_MMC_ARMMMCI=y |
@@ -114,10 +135,21 @@ CONFIG_NEW_LEDS=y | |||
114 | CONFIG_LEDS_CLASS=y | 135 | CONFIG_LEDS_CLASS=y |
115 | CONFIG_LEDS_GPIO=y | 136 | CONFIG_LEDS_GPIO=y |
116 | CONFIG_LEDS_TRIGGERS=y | 137 | CONFIG_LEDS_TRIGGERS=y |
138 | CONFIG_LEDS_TRIGGER_TIMER=y | ||
117 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y | 139 | CONFIG_LEDS_TRIGGER_HEARTBEAT=y |
140 | CONFIG_LEDS_TRIGGER_BACKLIGHT=y | ||
141 | CONFIG_LEDS_TRIGGER_GPIO=y | ||
142 | CONFIG_LEDS_TRIGGER_DEFAULT_ON=y | ||
118 | CONFIG_RTC_CLASS=y | 143 | CONFIG_RTC_CLASS=y |
119 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y | 144 | CONFIG_RTC_INTF_DEV_UIE_EMUL=y |
145 | CONFIG_RTC_DRV_DS1374=y | ||
146 | CONFIG_RTC_DRV_PCF8563=y | ||
120 | CONFIG_RTC_DRV_LPC32XX=y | 147 | CONFIG_RTC_DRV_LPC32XX=y |
148 | CONFIG_DMADEVICES=y | ||
149 | CONFIG_AMBA_PL08X=y | ||
150 | CONFIG_STAGING=y | ||
151 | CONFIG_IIO=y | ||
152 | CONFIG_LPC32XX_ADC=y | ||
121 | CONFIG_EXT2_FS=y | 153 | CONFIG_EXT2_FS=y |
122 | CONFIG_AUTOFS4_FS=y | 154 | CONFIG_AUTOFS4_FS=y |
123 | CONFIG_MSDOS_FS=y | 155 | CONFIG_MSDOS_FS=y |