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...")
 
m
 
(2 intermediate revisions by the same user not shown)
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.
Line 7: Line 7:
See http://raspberrypi.stackexchange.com/questions/24092/kernel-config-necessary-options
See http://raspberrypi.stackexchange.com/questions/24092/kernel-config-necessary-options


== ARM Targets ==
== Targets ==
=== bcmrpi_defconfig ===
Raspberry Pi 1
=== bcm2709_defconfig ===
Raspberry Pi 2, 3

Latest revision as of 18:53, 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

Targets

bcmrpi_defconfig

Raspberry Pi 1

bcm2709_defconfig

Raspberry Pi 2, 3