From: "Jon Mason via lists.yoctoproject.org" 
<jdmason=kudzu...@lists.yoctoproject.org>

Remove CONFIG_PHYSICAL_START and CONFIG_PHYSICAL_START, as they are x86
specific (and currently the defaults are being set).  Also, add
CONFIG_VT and CONFIG_POSIX_TIMERS, as they are generic and needed by
default (due to default n turning them off for tiny).

Signed-off-by: Jon Mason <jdma...@kudzu.us>
---
 ktypes/tiny/tiny.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ktypes/tiny/tiny.cfg b/ktypes/tiny/tiny.cfg
index 4a7b23dfa325..11752d0678f3 100644
--- a/ktypes/tiny/tiny.cfg
+++ b/ktypes/tiny/tiny.cfg
@@ -11,9 +11,6 @@ CONFIG_SLUB=y
 
 CONFIG_BASE_SMALL=1
 
-CONFIG_PHYSICAL_START=0x1000000
-CONFIG_PHYSICAL_ALIGN=0x1000000
-
 # -15% of bzImage size over gz
 CONFIG_KERNEL_LZMA=y
 
@@ -31,3 +28,6 @@ CONFIG_BINFMT_SCRIPT=y
 
 # Support /proc/sys
 CONFIG_PROC_SYSCTL=y
+
+CONFIG_VT=y
+CONFIG_POSIX_TIMERS=y
-- 
2.30.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#11113): 
https://lists.yoctoproject.org/g/linux-yocto/message/11113
Mute This Topic: https://lists.yoctoproject.org/mt/90161232/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to