From fc3c3135092b144414807998180bee14c23dfbf0 Mon Sep 17 00:00:00 2001 From: xtsrthm <147340414+xtsrthm@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:31:22 +0200 Subject: [PATCH] generic-x86-64: Fix typo in kernel.config (#2801) --- buildroot-external/board/pc/generic-x86-64/kernel.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/board/pc/generic-x86-64/kernel.config b/buildroot-external/board/pc/generic-x86-64/kernel.config index 737a7bc8e..f36ea90b3 100644 --- a/buildroot-external/board/pc/generic-x86-64/kernel.config +++ b/buildroot-external/board/pc/generic-x86-64/kernel.config @@ -197,4 +197,4 @@ CONFIG_GPIO_DLN2=m CONFIG_MFD_DLN2=m CONFIG_DLN2_ADC=m -CONFIG_BMP280 +CONFIG_BMP280=m