blob: fcb3805985ab809b33d24df3616b3e71d9cab317 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADK_KERNEL_CPU_MIPS32_R1
bool
config ADK_KERNEL_CPU_MIPS32_R2
bool
config ADK_KERNEL_CPU_MIPS32_R6
bool
menu "MIPS devices support"
depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
config ADK_KERNEL_LEMOTE_YEELOONG2F_PDEV
bool "Yeelong platform drivers (f.e. battery support)"
depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
default y if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
default n
help
Lemote Yeelong platform drivers.
endmenu
|