mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
210b94e864
Now the needed structs are allocated dynamically from __init code reducing memory usage if the kernel runs on a board different from a9m9750dev. Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
37 lines
683 B
Plaintext
37 lines
683 B
Plaintext
if ARCH_NS9XXX
|
|
|
|
menu "NS9xxx Implementations"
|
|
|
|
config NS9XXX_HAVE_SERIAL8250
|
|
bool
|
|
|
|
config MACH_CC9P9360DEV
|
|
bool "ConnectCore 9P 9360 on an A9M9750 Devboard"
|
|
select PROCESSOR_NS9360
|
|
select BOARD_A9M9750DEV
|
|
help
|
|
Say Y here if you are using the Digi ConnectCore 9P 9360
|
|
on an A9M9750 Development Board.
|
|
|
|
config MACH_CC9P9360JS
|
|
bool "ConnectCore 9P 9360 on a JSCC9P9360 Devboard"
|
|
select PROCESSOR_NS9360
|
|
select BOARD_JSCC9P9360
|
|
help
|
|
Say Y here if you are using the Digi ConnectCore 9P 9360
|
|
on an JSCC9P9360 Development Board.
|
|
|
|
config PROCESSOR_NS9360
|
|
bool
|
|
|
|
config BOARD_A9M9750DEV
|
|
bool
|
|
select NS9XXX_HAVE_SERIAL8250
|
|
|
|
config BOARD_JSCC9P9360
|
|
bool
|
|
|
|
endmenu
|
|
|
|
endif
|