1menu "LRADC Devices"
2
3config DRIVERS_LRADC
4    bool "enable lradc driver"
5        default y
6
7config HAL_TEST_LRADC
8    bool "enable lradc hal APIs test command"
9    depends on DRIVERS_LRADC
10        default n
11
12endmenu
13