summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.mips
blob: 0b0d1ea4fc8fadf2e11e95568515d352af48463a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
menu "MIPS devices support"

config ADK_KERNEL_MIPS_PLATFORM_DEVICES
	boolean

config ADK_KERNEL_LEMOTE_YEELOONG2F
	prompt ".................................. RTC support for PC CMOS"
	boolean
	select ADK_KERNEL_MIPS_PLATFORM_DEVICES
	default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
 	default n
	depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
 	help
	  Embedded controller suppport.	

endmenu