a7a258e05e
lc823450 bt * arch/arm/src/lc823450: Fix H/W flow control in lc823450_serial.c Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * configs/lc823450-xgevk: Add lc823450-xgevk/bt configuration NOTE: This configuration requires external bluetooth stack. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> Approved-by: GregoryN <gnutt@nuttx.org>
13 lines
269 B
Plaintext
13 lines
269 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
if ARCH_BOARD_LC823450_XGEVK
|
|
|
|
config LC823450_XGEVK_BTPOWER
|
|
bool "Enable bluetooth power control on lc823450-xgevk"
|
|
default n
|
|
|
|
endif
|