summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-03-15 15:48:42 +0100
committerArnd Bergmann <arnd@arndb.de>2012-03-15 15:48:42 +0100
commitf66f9bdf6d2c2b540f73bb57bd24b886b39beb14 (patch)
tree03d52df19bd6b7b2c424ed5d94590fcde666ab28 /arch/arm/mach-lpc32xx/Kconfig
parentMerge branch 'next/devel-samsung-pd' of git://git.kernel.org/pub/scm/linux/ke... (diff)
parentMerge branches 'lpc32xx/mach-lpc32xx-eth' and 'lpc32xx/mach-lpc32xx-usb' of g... (diff)
downloadlinux-f66f9bdf6d2c2b540f73bb57bd24b886b39beb14.tar.xz
linux-f66f9bdf6d2c2b540f73bb57bd24b886b39beb14.zip
Merge branch 'lpc32xx/drivers' into next/drivers
Diffstat (limited to 'arch/arm/mach-lpc32xx/Kconfig')
-rw-r--r--arch/arm/mach-lpc32xx/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/Kconfig b/arch/arm/mach-lpc32xx/Kconfig
index fde663508696..75946ac89ee9 100644
--- a/arch/arm/mach-lpc32xx/Kconfig
+++ b/arch/arm/mach-lpc32xx/Kconfig
@@ -29,5 +29,30 @@ config ARCH_LPC32XX_UART6_SELECT
endmenu
+menu "LPC32XX chip components"
+
+config ARCH_LPC32XX_IRAM_FOR_NET
+ bool "Use IRAM for network buffers"
+ default y
+ help
+ Say Y here to use the LPC internal fast IRAM (i.e. 256KB SRAM) as
+ network buffer. If the total combined required buffer sizes is
+ larger than the size of IRAM, then SDRAM will be used instead.
+
+ This can be enabled safely if the IRAM is not intended for other
+ uses.
+
+config ARCH_LPC32XX_MII_SUPPORT
+ bool "Check to enable MII support or leave disabled for RMII support"
+ help
+ Say Y here to enable MII support, or N for RMII support. Regardless of
+ which support is selected, the ethernet interface driver needs to be
+ selected in the device driver networking section.
+
+ The PHY3250 reference board uses RMII, so users of this board should
+ say N.
+
+endmenu
+
endif