diff options
Diffstat (limited to 'hw/Kconfig')
-rw-r--r-- | hw/Kconfig | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/hw/Kconfig b/hw/Kconfig deleted file mode 100644 index f95a0f5..0000000 --- a/hw/Kconfig +++ /dev/null @@ -1,39 +0,0 @@ -menuconfig HW - bool "Hardware support" - default y - -if HW - choice - prompt "RTLSDR library" - help - RTLSDR library - - config HW_LIB_ORIG - bool "librtlsdr original version" - default y - - config HW_LIB_R820T - bool "libr820t for of librtlsdr by radiola" - default n - - - endchoice - - choice - prompt "Audio" - - config HW_ALSA - bool "Linux ALSA" - default y - depends on OS_LINUX - - config HW_NO_AUDIO - bool "No audio support" - default n - - endchoice - -endif - - - |