13 lines
161 B
Text
13 lines
161 B
Text
#
|
|
# ADC subsystem configuration
|
|
#
|
|
|
|
menuconfig ADC
|
|
bool "ADC support"
|
|
depends on PLAT_RK
|
|
default y
|
|
if ADC
|
|
|
|
source drivers/adc/plat/Kconfig
|
|
|
|
endif # ADC
|