summary refs log tree commit diff stats
path: root/scripts/create_config
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/create_config')
-rwxr-xr-xscripts/create_config4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/create_config b/scripts/create_config
index b1adbf5897..06f5316d9d 100755
--- a/scripts/create_config
+++ b/scripts/create_config
@@ -26,6 +26,10 @@ case $line in
     # save for the next definitions
     prefix=${line#*=}
     ;;
+ IASL=*) # iasl executable
+    value=${line#*=}
+    echo "#define CONFIG_IASL $value"
+    ;;
  CONFIG_AUDIO_DRIVERS=*)
     drivers=${line#*=}
     echo "#define CONFIG_AUDIO_DRIVERS \\"