Skip to content

kumarayush2104/au624tx_defconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

au624tx_defconfig

How to use :-

  1. Navigate to kernel source home folder ( Where you see folders like arch, blocks,certs ) cd /path/to/kernel/folder
  2. Clean the kernel sources make mrproper
  3. Clone the repo git clone git://github.com/kumarayush2104/au624tx_defconfig a;cp a/au624tx_defconfig .config
  4. Start the kernel build make -j5 and install it sudo make install;sudo make modules_install

What are the the things enabled in this config

Devices

  1. Synaptics touchpad/Libinput, keyboard,mouse, Webcam (Input devices)
  2. iwlwifi, rt8169 (Network Drivers)
  3. i915 and nouveau (Display Drivers)
  4. USB, DVD and Realtek card reader Drivers
  5. Audio Drivers

File systems
ext4, ext3, f2fs, ntfs, fat, exfat, udf, iso, loop, mmc, lvm

Misc Devices
EFI stuffs, Accelerometer, Intel Mei, Thermal, Sensors, and all types of acpi stuffs required by this model

Compression
This kernel uses XZ compression

Want to add something in kernel ??

Edit the config nano .config or run menuconfig make menuconfig (I assume you are in kernel home directory)

WARNING WARNING WARNING !!!

STUFFS OTHER THAN MENTIONED ABOVE ARE DISABLED
TESTED ON GENTOO LINUX

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published