aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx/Kconfig
blob: 75946ac89ee9216103de2daf08f3a09bd22daf88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
if ARCH_LPC32XX

menu "Individual UART enable selections"

config ARCH_LPC32XX_UART3_SELECT
	bool "Add support for standard UART3"
	help
	 Adds support for standard UART 3 when the 8250 serial support
	 is enabled.

config ARCH_LPC32XX_UART4_SELECT
	bool "Add support for standard UART4"
	help
	 Adds support for standard UART 4 when the 8250 serial support
	 is enabled.

config ARCH_LPC32XX_UART5_SELECT
	bool "Add support for standard UART5"
	default y
	help
	 Adds support for standard UART 5 when the 8250 serial support
	 is enabled.

config ARCH_LPC32XX_UART6_SELECT
	bool "Add support for standard UART6"
	help
	 Adds support for standard UART 6 when the 8250 serial support
	 is enabled.

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