blob: fa04727a6a2b4c737ab1cee4999d0a21c772a406 [file] [log] [blame]
Stefan Boschd1611082020-07-10 19:07:37 +02001choice
2 prompt "LCD backlight control"
3 optional
4 default S5P4418_ONEWIRE
5
6config S5P4418_ONEWIRE
7 bool "I2C / 1-Wire"
8 help
9 This enables LCD-Backlight control for FriendlyARM LCD-panels.
10 I2C is used if available, otherwise 1-Wire is used.
11
12config PWM_NX
13 bool "PWM"
Tom Rinide0a7322022-06-15 12:03:49 -040014 select PWM_S5P
Stefan Boschd1611082020-07-10 19:07:37 +020015 help
16 This enables LCD-Backlight control via PWM.
17endchoice
18
19config ROOT_DEV
20 int "ROOT_DEV"
21 help
22 Environment variable rootdev is set to this value if env. var. firstboot
23 does not exist. Otherwise rootdev is set to the MMC boot device. rootdev
24 determines (together with env. var. bootpart) where the OS (linux) is
25 booted from.
26
27config BOOT_PART
28 int "BOOT_PART"
29 help
30 Environment variable bootpart is set to this value. bootpart determines
31 (together with env. var. rootdev) where the OS (linux) is booted from.
32
33config ROOT_PART
34 int "ROOT_PART"
35 help
36 Environment variable rootpart is set to this value.
37
38source "board/friendlyarm/nanopi2/Kconfig"