e8fb67f8e0
Various cleanups for HS7751RVoIP. Mostly just getting rid of the old mach.c and splitting codec configuration in to its own Kconfig. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
13 lines
182 B
Plaintext
13 lines
182 B
Plaintext
if SH_HS7751RVOIP
|
|
|
|
menu "HS7751RVoIP options"
|
|
|
|
config HS7751RVOIP_CODEC
|
|
bool "Support VoIP Codec section"
|
|
help
|
|
Selecting this option will support CODEC section.
|
|
|
|
endmenu
|
|
|
|
endif
|