Commit b028a515 authored by Ulf Magnusson's avatar Ulf Magnusson Committed by Kumar Gala
Browse files

boards: cc2650_sensortag: Remove TRNG and PINMUX prio Kconfig settings

As mentioned in
https://github.com/zephyrproject-rtos/zephyr/issues/7873

, these Kconfig
symbols never existed. Remove the assignments to them.

Keep the dead code that's guarded by them for a while. I don't know if
this board is used.

Signed-off-by: default avatarUlf Magnusson <Ulf.Magnusson@nordicsemi.no>
parent 7f4608cc
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ CONFIG_SOC_CC2650=y
# Pinmux driver
CONFIG_PINMUX=y
CONFIG_PINMUX_CC2650=y
CONFIG_PINMUX_CC2650_INIT_PRIO=1

# GPIO driver
CONFIG_GPIO=y
@@ -39,5 +38,3 @@ CONFIG_UART_CONSOLE=y

# Random number generator driver
CONFIG_ENTROPY_GENERATOR=y
CONFIG_CC2650_TRNG_ENTROPY_GENERATOR=y
CONFIG_CC2650_TRNG_IRQ_PRIO=0