Skip to content

Commit 9d27911

Browse files
committed
audio: aria: remove unncessary Kconfig default
Kconfig default is 'n' by default. Remove redundant definition. This also allows later use of board/family specific Kconfig.defconfig files that provide additional rules to set defaults. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 172589b commit 9d27911

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

app/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ config SMP_BOOT_DELAY
55
default y if SMP
66

77
source "Kconfig.zephyr"
8-

src/audio/aria/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
config COMP_ARIA
44
tristate "ARIA component"
55
default m if LIBRARY_DEFAULT_MODULAR
6-
default n
76
depends on IPC_MAJOR_4
87
help
98
Select for Automatic Regressive Input Amplifier Module component

0 commit comments

Comments
 (0)