This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

'make menuconfig' questions

Other Parts Discussed in Thread: OMAP3530, OMAP3503

Hi,

I'm trying to rebuild the linux kernel for the OMAP3530 EVM board. The document I'm using is the Aug 2008 version of OMAP3530 DVSDK Getting Started Manual.

When I run 'make menuconfig' as documented in chapter 6.2 "Rebuilding the Linux Kernel" and select 'System Type', I see a different interface as that in the manual. The interface looks like this:

 

    ARM system type (TI OMAP) --->

    TI OMAP implementations --->

---OMAP Core Type

[] OMAP730 Based System (NEW)

[] OMAP15xx Based System (New)

[] OMAP16xx Based System (New)

---OMAP Board Type

[] TI Innovator (New)

... ...

[] Generic OMAP Board

--- OMAP CPU Speed

[] OMAP clocks set by bootloader (NEW)

[] OMAP ARM 168 MHz COU (NEW)

[] OMAP ARM 150 MHz COU (NEW)

[] OMAP ARM 120 MHz COU (NEW)

[] OMAP ARM 60 MHz COU (NEW)

[] OMAP ARM 30 MHz COU (NEW)

[*] OMAP35x Family

    Current choice (OMAP3530)  --->

 

How should I select the Core type and the Board type? Although I selected OMAP3530, currently I'm getting errors like:

 

kernel/power/Kconfig:347:  choice values currently only support a single prompt

....

warning: "___LINUX_ARM_ARCH___" is not defined.

 

 

Thanks,