Difference between revisions of "Arm Kernel Configuration"

From Funtoo
Jump to navigation Jump to search
(Created page with "== Introduction == This is an attempt to summarize the absolute bare minimum that should be in a kernel config file for a give architecture to permit booting and basic functi...")
 
Line 1: Line 1:
== Introduction ==
== Introduction ==


This is an attempt to summarize the absolute bare minimum that should be in a kernel config file for a give architecture to permit booting and basic functionality. Architectures are organized around the labels found using architecture specific targets listed from the make help target of the linux kernel sources found at https://github.com/raspberrypi/linux.  
This is an attempt to summarize the absolute bare minimum that should be in a kernel config file for a give architecture to permit booting and basic functionality arm architectures for various hardware species. Architectures are organized around the labels found using architecture specific targets listed from the make help target of the linux kernel sources found at https://github.com/raspberrypi/linux.  


See http://www.funtoo.org/Crossdev_Automation#Using_defconfigs.
See http://www.funtoo.org/Crossdev_Automation#Using_defconfigs.


See http://raspberrypi.stackexchange.com/questions/24092/kernel-config-necessary-options
See http://raspberrypi.stackexchange.com/questions/24092/kernel-config-necessary-options
== bcm2709_defconfig ==


== ARM Targets ==
== ARM Targets ==

Revision as of 18:48, February 1, 2017

Introduction

This is an attempt to summarize the absolute bare minimum that should be in a kernel config file for a give architecture to permit booting and basic functionality arm architectures for various hardware species. Architectures are organized around the labels found using architecture specific targets listed from the make help target of the linux kernel sources found at https://github.com/raspberrypi/linux.

See http://www.funtoo.org/Crossdev_Automation#Using_defconfigs.

See http://raspberrypi.stackexchange.com/questions/24092/kernel-config-necessary-options

bcm2709_defconfig

ARM Targets