LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   Cannot find 'System Type' in 'menuconfig' (https://www.linuxquestions.org/questions/linux-kernel-70/cannot-find-system-type-in-menuconfig-4175657201/)

zorrolee 07-10-2019 11:31 PM

Cannot find 'System Type' in 'menuconfig'
 
I ran menuconfig on my jetson AGX Xavier which has ubuntu 18.04 but I cannot find the System Type in it. I also have a Tegra K1 on which I can find the system type successfully.

What I want to do is to disable cache L1 (I-cache and D-cache), and it is supposed to be under the System Type in the menuconfig while I can't find it.

I also attached the pic of what I got. https://ibb.co/9rHp4br

And this is the 'System Type' that I got on my TK1 board. https://ibb.co/6g1Xyvt But I cannot find it on Jetson AGX Xavier board.

Thank you so much for your help!

business_kid 07-11-2019 06:22 AM

It's not there.

Choose the cpu. Read the help. Your 'system type' is Posix/Unix - period. Things like BSD, Mobile phones Motorola 68000 & PPC, and all these theoretical CPUs dreamed up by FPGA manufacturers are all catered for in the linux kernel.

Whatever CPU you choose, the kernel will expect all of it to be there. It may not be possible to disable caches in a kernel. Time for research.


All times are GMT -5. The time now is 01:46 AM.