Skip to content
Commit 373991d6 authored by Samuel Dionne-Riel's avatar Samuel Dionne-Riel Committed by Tom Rini
Browse files

common: Kconfig: Fix CMD_BMP/BMP dependency



Using `default y` will not select BMP when CMD_BMP has been enabled, if
it was already configured.

By using `select`, if `CMD_BMP` is turned on, it will force the presence
of `BMP`.

Fixes: 072b0e16 ("common: Kconfig: Add BMP configs")
Signed-off-by: default avatarSamuel Dionne-Riel <samuel@dionne-riel.com>
Signed-off-by: default avatarNikhil M Jain <n-jain1@ti.com>
parent a72532fa
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment