From: Wu Zhangjin <wuzhangjin@xxxxxxxxx> Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> --- arch/mips/loongson/Kconfig | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/mips/loongson/Kconfig b/arch/mips/loongson/Kconfig index 3df1967..a34dfcc 100644 --- a/arch/mips/loongson/Kconfig +++ b/arch/mips/loongson/Kconfig @@ -83,3 +83,23 @@ config LOONGSON_UART_BASE bool default y depends on EARLY_PRINTK || SERIAL_8250 + +# +# Loongson Platform Specific Drivers +# + +menuconfig LOONGSON_PLATFORM_DEVICES + bool "Loongson Platform Drivers" + default y + help + Say Y here to get to see options for device drivers of various + loongson platforms, including vendor-specific laptop/pc extension + drivers. This option alone does not add any kernel code. + + If you say N, all options in this submenu will be skipped and disabled. + +if LOONGSON_PLATFORM_DEVICES +# Put platform specific stuff here + + +endif # LOONGSON_PLATFORM_DEVICES -- 1.6.2.1