Skip to content

Commit

Permalink
ARM: LPC32xx: Remove obsolete platform Kconfig
Browse files Browse the repository at this point in the history
This patch removes two Kconfig options now unused (the network driver is
configured via DT now).

Signed-off-by: Roland Stigge <stigge@antcom.de>
  • Loading branch information
Roland Stigge committed Apr 22, 2012
1 parent 171b0a4 commit b78dd16
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions arch/arm/mach-lpc32xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,4 @@ 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

0 comments on commit b78dd16

Please sign in to comment.