From 282f728752ecc0eef12ad972d46bfba011de68e1 Mon Sep 17 00:00:00 2001 From: Grzegorz Swiderski Date: Fri, 7 Jun 2024 11:55:30 +0200 Subject: [PATCH] doc: board_porting: Fix Kconfig.defconfig example The part that says "Always set CONFIG_BOARD here" is outdated. In HWMv2, CONFIG_BOARD is set by the build system, and we don't want to encourage users to set it manually. Signed-off-by: Grzegorz Swiderski --- doc/hardware/porting/board_porting.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/hardware/porting/board_porting.rst b/doc/hardware/porting/board_porting.rst index a2b7796ebfae5f..b2aede9b44be6d 100644 --- a/doc/hardware/porting/board_porting.rst +++ b/doc/hardware/porting/board_porting.rst @@ -571,13 +571,6 @@ files for a board named ``plank``: if BOARD_PLANK - # Always set CONFIG_BOARD here. This isn't meant to be customized, - # but is set as a "default" due to Kconfig language restrictions. - config BOARD - default "plank" - - # Other options you want enabled by default go next. Examples: - config FOO default y