Skip to content

Bluetooth: Reshuffle Kconfig options#69

Merged
jhedberg merged 1 commit intozephyrproject-rtos:masterfrom
carlescufi:bt_kconfig
May 4, 2017
Merged

Bluetooth: Reshuffle Kconfig options#69
jhedberg merged 1 commit intozephyrproject-rtos:masterfrom
carlescufi:bt_kconfig

Conversation

@carlescufi
Copy link
Copy Markdown
Member

In order to achieve proper sharing of configuration options, everything
that is common to both the Host and the Controller should now be placed
in the top-level Kconfig file, and Controller-only options are in the
controller/ Kconfig one.

Signed-off-by: Carles Cufi carles.cufi@nordicsemi.no

@nashif nashif added the In progress For PRs: is work in progress and should not be merged yet. For issues: Is being worked on label May 3, 2017
@galak galak assigned galak and jhedberg and unassigned galak May 3, 2017
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just keep the original indent. Going over the 80 char width is a smaller offence than making it look like we're making a function call who's return value we're not storing anywhere (because the call is at the default indent of the function)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That said, this once again reminds me that we should seriously consider switching to CONFIG_BT_* for Kconfig.

Copy link
Copy Markdown
Contributor

@cvinayak cvinayak May 3, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, keep the orig indent. Or have the function call in the same line and have the parameter in the next line, indented by a tab.
hci_uart_dev = device_get_binding(
........CONFIG_B);

@carlescufi carlescufi force-pushed the bt_kconfig branch 2 times, most recently from f1b1a5b to 0e59475 Compare May 3, 2017 18:30
In order to achieve proper sharing of configuration options, everything
that is common to both the Host and the Controller should now be placed
in the top-level Kconfig file, and Controller-only options are in the
controller/ Kconfig one.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
@jhedberg jhedberg merged commit 689bd23 into zephyrproject-rtos:master May 4, 2017
@nashif nashif removed the In progress For PRs: is work in progress and should not be merged yet. For issues: Is being worked on label May 4, 2017
nagineni pushed a commit to nagineni/zephyr that referenced this pull request Nov 20, 2017
[timers] Updated timers to use new callback module
ndrs-pst added a commit to DDC-NDRS/zephyr_rtos that referenced this pull request Sep 14, 2025
# Conflicts:
#	drivers/ethernet/eth_stm32_hal_v2.c
#	include/zephyr/kernel.h
#	kernel/msg_q.c
ndrs-pst added a commit to DDC-NDRS/zephyr_rtos that referenced this pull request Jan 30, 2026
# Conflicts:
#	drivers/dma/dma_infineon_pdl.c
#	drivers/serial/uart_stm32.c
#	drivers/spi/spi_stm32.c
#	drivers/spi/spi_stm32.h
#	subsys/net/ip/tcp.c
#	west.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants