mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-14 09:30:40 +09:00
14 lines
161 B
Plaintext
14 lines
161 B
Plaintext
#
|
|
# ADC subsystem configuration
|
|
#
|
|
|
|
menuconfig ADC
|
|
bool "ADC support"
|
|
depends on PLAT_RK
|
|
default y
|
|
if ADC
|
|
|
|
source drivers/adc/plat/Kconfig
|
|
|
|
endif # ADC
|